Mapper Read One To Many Key Value Repo
open class MapperReadOneToManyKeyValueRepo<FromKey, FromValue, ToKey, ToValue>(to: ReadOneToManyKeyValueRepo<ToKey, ToValue>, mapper: MapperRepo<FromKey, FromValue, ToKey, ToValue>) : ReadOneToManyKeyValueRepo<FromKey, FromValue> , MapperRepo<FromKey, FromValue, ToKey, ToValue>
Content copied to clipboard
Functions
Link copied to clipboard
open suspend override fun get(k: FromKey, pagination: Pagination, reversed: Boolean): PaginationResult<FromValue>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<FromKey>
Content copied to clipboard
open suspend override fun keys(v: FromValue, pagination: Pagination, reversed: Boolean): PaginationResult<FromKey>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard